home *** CD-ROM | disk | FTP | other *** search
/ Power Programmierung 2 / Power-Programmierung CD 2 (Tewi)(1994).iso / c / library / dos / communic / ckit176c / ckitdemo < prev    next >
Encoding:
Text File  |  1991-04-06  |  1.1 KB  |  53 lines

  1.   M Ckitdemo will work using either pcboard.sys, door.sys or callinfo.bbs.
  2. REM (WILDCAT!) whichever you prefer or are running.
  3. REM Modify this file to bring up the demo whichever way you have
  4. REM See the CKITDEMO.C CKITDEMO.H for the source code.
  5. REM and examples of ckit.lib usages.
  6. REM In order for the demo door to work properly you must
  7. REM have DSZ (Zmodem) in your path.  You should also have
  8. REM the ckit.m file, and the ckit.doc file in the dir. as ckitdemo.exe
  9.  
  10. c:
  11. cd \pcb\doors\ckitdemo
  12. ckitdemo c:\pcb\pcboard.sys
  13. c:
  14. cd \pcb
  15. board
  16.  
  17. ------------  OR FOR DOOR.SYS & GAP SYSTEMS------------------------
  18.  
  19. c:
  20. cd \pcb\doors\ckitdemo
  21. ckitdemo c:\pcb\door.sys
  22. c:
  23. cd \pcb
  24. board
  25.  
  26. ------------  OR FOR RBBS, QUICKBBS, REMOTE ACCESS and DORINFOx.DEF ---------
  27.  
  28. c:
  29. cd \rbbs\doors\ckitdemo
  30. ckitdemo c:\rbbs\dorinfo1.def
  31. c:
  32. cd \rbbs
  33. rbbs
  34.  
  35. ------------  OR  FOR WILDCAT Systems ------------------------
  36.  
  37. c:
  38. cd \wc\doors\ckitdemo
  39. ckitdemo c:\wc\callinfo.bbs
  40. c:
  41. cd \wc
  42. wildcat!
  43.  
  44.  
  45. ------------  OR  FOR ANY BBS System  ------------------------
  46.  
  47. c:
  48. cd \doors\ckitdemo
  49. ckitdemo generic.sys
  50. c:
  51. cd \bbs
  52. board
  53.